home *** CD-ROM | disk | FTP | other *** search
- 1 open15,8,15,"s0:mm.high scores": close15
- 3 open2,8,2,"0:mm.high scores,s,w"
- 5 fori=1to4:forj=1to5
- 10 print#2,"[206]o [205]ovie-"+chr$(64+i)
- 12 print#2,"bo"+chr$(64+j)
- 13 print#2,0
- 15 next j
- 20 next i
- 30 print#2:close2:end
-